From 00161c631620edd7aac1cffcab1ffa327e0d2230 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 28 Jan 2016 21:30:08 +0100 Subject: [PATCH] added debian-specific search path for modules --- debian/patches/introjucer-modulepath.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/introjucer-modulepath.patch diff --git a/debian/patches/introjucer-modulepath.patch b/debian/patches/introjucer-modulepath.patch new file mode 100644 index 00000000..8f197895 --- /dev/null +++ b/debian/patches/introjucer-modulepath.patch @@ -0,0 +1,17 @@ +Description: Debian specific search-path for modules +Author: Debian +Forwarded: not-needed +Last-Update: 2015-01-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- juce.orig/extras/Introjucer/Source/Application/jucer_MainWindow.cpp ++++ juce/extras/Introjucer/Source/Application/jucer_MainWindow.cpp +@@ -577,5 +577,8 @@ + f = parent; + } + ++ File debian ("/usr/share/juce-utils"); ++ if (isJuceFolder(debian)) ++ return debian.getChildFile ("modules"); + return File::nonexistent; + } diff --git a/debian/patches/series b/debian/patches/series index 7b38f3d5..b2e9ef08 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ no-ztypes.patch reproducible-date.patch +introjucer-modulepath.patch do-not-track.patch test-build -- 2.30.2